home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMM / COMM32 / README.TXT < prev   
Encoding:
Text File  |  1996-03-19  |  1.5 KB  |  51 lines

  1. COMM32.PAS
  2. ==========
  3.  
  4. Version 1.00
  5.  
  6. Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which 
  7. demonstrates the Win32 Communications functions and the new Delphi
  8. 'TThread' class. It is implemented using two threads: one for reading
  9. from, and one for writing to a Comm Port.
  10.  
  11. It probably needs to be implemented as a single thread for read/write
  12. operations if it is needed for any synchronisation functions (such as
  13. file-transfer algorithms).
  14.  
  15. I started to create a 'TAPI' component to use in conjunction with this
  16. component (hence the 'OnRequestHangup' property) but as of this version
  17. it is incomplete.
  18.  
  19. USAGE
  20. =====
  21.  
  22. To use the component once it is installed:
  23.   1)  Attach an event handler to 'OnReceiveData'.
  24.   2)  Call 'StartComm' to open the port.
  25.   3)  Use the 'WriteCommData' method to write to the Comm port.
  26.   4)  Call 'StopComm' to close the port.
  27.  
  28. LEGALITIES
  29. ==========
  30.  
  31. This component is totally free (along with source code).
  32.  
  33. If you find it useful then I would appreciate any of the following:
  34.  
  35. *  Comments, Suggestions, Bug finds etc.
  36. *  If you improve the component, please send me a copy of the changes.
  37. *  Source code for any protocols such as Telnet and file-transfer
  38.    (Kermit etc.)
  39. *  A TAPI component
  40.  
  41. If you want updates to this component and can help out with any of the
  42. above, just send me some E-mail and I'll put you on my mailing list.
  43.  
  44.  
  45. Best Regards
  46. David Wann
  47. Stamina Software
  48. 19/3/96
  49. E-mail:  davidwann@hunterlink.net.au
  50. Voice:   +61 49 261111
  51.